Add change password option#1604
Conversation
Adds a new button in the user menu (the dropdown in the top right corner) that allows users to change their own password. The idea is to allow users to change their password without having to give them full access to the users table.
|
Use Run test server using develop.opencast.org as backend: Specify a different backend like stable.opencast.org: It may take a few seconds for the interface to spin up. |
|
This pull request is deployed at test.admin-interface.opencast.org/1604/2026-05-11_11-50-20/ . |
|
For some users, changing the password is not possible. |
|
This is considered by the frontend insofar as that a non-"manageable" user cannot change their password. Same as for the users table, where you cannot change a non-manageable user. I am not certain that "non-manageable" is the same as "only JPA", but I would expect it to be. |
|
Nice. I think this is the correct check. At least |
Fixes #356.
Adds a new button in the user menu (the dropdown in the top right corner) that allows users to change their own password. The idea is to allow users to change their password without having to give them full access to the users table.
Requires a new endpoint: opencast/opencast#7646
How to test this
Requires an Opencast with the backend PR linked above.